Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build ONNXRuntime wheels #288

Closed
wants to merge 1 commit into from
Closed

Build ONNXRuntime wheels #288

wants to merge 1 commit into from

Conversation

frenck
Copy link
Member

@frenck frenck commented Aug 24, 2023

⚠️ This should not be merged here.

I originally started trying to add the ONNX runtime to our base image. However, we can just build wheels instead.

This PR is here to hold the recipe for that temporarily.

Can be tested for build using:

docker run --rm --privileged \
    -v /var/run/docker.sock:/var/run/docker.sock:ro \
    -v ~/.docker:/root/.docker \
    -v .:/data \
    ghcr.io/home-assistant/amd64-builder:2023.08.0 \
    --test \
    --amd64 \
    --target /data \
    --generic test

I think we need to extract this PR into its own repo to build a cross arch, extract the wheels from the resulting images and upload them to our wheels index.

@frenck
Copy link
Member Author

frenck commented Oct 7, 2023

Not the right place. Keeping the brand alive, but closing the PR.

@frenck frenck closed this Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant